home *** CD-ROM | disk | FTP | other *** search
- /*
- * a header of the source for the precompiled header file
- * Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
- */
-
- #ifndef _STDAFX_H_
- #define _STDAFX_H_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif
-
- #include <afxwin.h>
- #include <afxext.h>
- #include <afxcmn.h>
-
- #endif /* _STDAFX_H_ */
-